projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
773590e
)
zynq: Enable Boot FreeBSD/vxWorks
author
Jagannadha Sutradharudu Teki
<
[email protected]
>
Wed, 8 Jan 2014 20:18:03 +0000
(
01:48
+0530)
committer
Albert ARIBAUD
<
[email protected]
>
Fri, 10 Jan 2014 14:18:32 +0000
(15:18 +0100)
This enabled Boot FreeBSD/vxWorks from an ELF image support
Signed-off-by: Jagannadha Sutradharudu Teki <
[email protected]
>
include/configs/zynq.h
patch
|
blob
|
history
diff --git
a/include/configs/zynq.h
b/include/configs/zynq.h
index 6019c4a4aac37d0e014dfad2286a2f13a02af36f..049281831cde21c1179a6a8b12b362e4b2288159 100644
(file)
--- a/
include/configs/zynq.h
+++ b/
include/configs/zynq.h
@@
-130,6
+130,13
@@
#define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
#define CONFIG_OF_LIBFDT
+/* Boot FreeBSD/vxWorks from an ELF image */
+#if defined(CONFIG_ZYNQ_BOOT_FREEBSD)
+# define CONFIG_API
+# define CONFIG_CMD_ELF
+# define CONFIG_SYS_MMC_MAX_DEVICE 1
+#endif
+
/* Commands */
#include <config_cmd_default.h>